@font-face {
  font-family: 'Zapf Calligraphic 801 BT';
  src: url('../fonts/ZapfCalligraphic801BT-Bold.eot');
  src: url('../fonts/ZapfCalligraphic801BT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ZapfCalligraphic801BT-Bold.woff2') format('woff2'), url('../fonts/ZapfCalligraphic801BT-Bold.woff') format('woff'), url('../fonts/ZapfCalligraphic801BT-Bold.ttf') format('truetype');
  font-weight: bold;
}
body {
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1450px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
#header {
  z-index: 21;
  position: relative;
}
#header .nav {
  line-height: 110px;
  height: 110px;
  background: #021f49;
  text-align: right;
}
#header .nav .ui.menu {
  max-width: 1530px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  float: left;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 35px;
  font-size: 18px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #d0b274;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:after {
  content: '';
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #d0b274;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #d0b274;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  line-height: normal;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #d0b274;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #d0b274;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #d0b274;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #fff;
/*   width: auto !important; */
  height: auto !important;
	
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #d0b274;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #d0b274 !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #d0b274;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #d0b274;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  position: relative;
}
#banner:after {
  content: '';
  width: 10%;
  height: 10%;
  position: absolute;
  bottom: 0;
  left: 55%;
  border-radius: 100%;
  -o-box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
#index-body h2 {
  font-size: 30px;
  color: #021f49;
  font-weight: bold;
  line-height: 1;
}
#index-body h2 span {
  display: inline-block;
  vertical-align: bottom;
  font-family: "Zapf Calligraphic 801 BT";
  font-size: 120%;
  margin-right: 15px;
  margin-bottom: -5px;
}
#index-body a.more {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 1px solid #d2b579;
  position: relative;
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  padding-top: 20px;
}
#index-body a.more img {
  position: absolute;
  left: 90%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body a.more:hover img {
  left: 100%;
}
#index-body .init-1 {
  padding: 90px 0 170px;
  overflow: hidden;
}
#index-body .init-1 .left {
  width: 48%;
  padding-left: 2%;
  padding-right: 4%;
  margin-top: 10px;
}
#index-body .init-1 .left .text {
  margin: 30px 0 70px;
  font-size: 16px;
  color: black;
  line-height: 2.2;
  text-indent: 2em;
}
#index-body .init-1 .right {
  width: 52%;
  height: 520px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
#index-body .init-1 .right:after,
#index-body .init-1 .right:before {
  content: '';
  width: 80%;
  height: 200%;
  background: url("../images/init-1-bg.jpg");
  position: absolute;
  z-index: -2;
}
#index-body .init-1 .right:after {
  bottom: -13%;
  right: -7%;
}
#index-body .init-1 .right:before {
  width: 30%;
  left: 0;
  bottom: 50%;
}
#index-body .init-1 .right .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
  color: white;
  line-height: 1;
}
#index-body .init-1 .right .play img {
  display: block;
  margin-bottom: 10px;
}
#index-body .init-2 {
  padding-bottom: 140px;
}
#index-body .init-2 .list {
  background: #021f49;
  color: white;
}
#index-body .init-2 .list ul li a.img-box {
  display: block;
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
#index-body .init-2 .list ul li a.img-box img {
  display: block;
  width: 100%;
}
#index-body .init-2 .list ul li .content {
  padding: 80px 10% 145px;
}
#index-body .init-2 .list ul li .content h5 {
  font-size: 20px;
  color: #d0b274;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#index-body .init-2 .list ul li .content p {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0;
  opacity: .7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 5.4em;
}
#index-body .init-2 .list ul li .content a.link {
  font-size: 16px;
  color: #fefefe;
  font-weight: 300;
  text-decoration: underline;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .list ul li .content a.link:hover {
  color: #d0b274;
}
#index-body .init-2 .list ul .slick-current li a.img-box {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
#index-body .init-2 .list ul .slick-current li .content {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#index-body .init-3 {
  padding: 45px 0 60px;
  text-align: center;
  background: #dfdfdf;
}
#index-body .init-3 h2 span {
  display: block;
  margin-right: 0;
  margin-bottom: 10px;
}
#index-body .init-3 .text {
  font-size: 18px;
  color: #021f49;
  font-weight: 300;
  line-height: 1.6;
  margin: 15px auto 45px;
}
#index-body .init-3 .list {
  text-align: left;
}
#index-body .init-3 .list ul {
  margin: -25px;
}
#index-body .init-3 .list ul li {
  padding: 25px;
}
#index-body .init-3 .list ul li a.img {
  margin-left: 25px;
  margin-top: 25px;
  display: block;
  position: relative;
}
#index-body .init-3 .list ul li a.img:after {
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: -25px;
  left: -25px;
  background: #e9e9e9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .list ul li h6 {
  margin-top: 35px;
  padding-bottom: 5px;
  font-size: 18px;
  color: #021f49;
  border-bottom: 1px solid #c8c8c8;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-left: 25px;
}
#index-body .init-3 .list ul li h6:hover {
  color: #d0b274;
}
#index-body .init-3 .list ul li:hover a.img:after {
  background: #021f49;
}
#index-body .init-3 a.more {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  color: #021f49;
}
#index-body .init-4 {
  padding: 90px 0 145px;
}
#index-body .init-4 .left {
  padding-right: 8%;
  vertical-align: middle;
}
#index-body .init-4 .left .text {
  font-size: 16px;
  color: black;
  line-height: 1.6;
  margin: 10px 0 12px;
}
#index-body .init-4 .left .list ul {
  padding-top: 30px;
  border-left: 2px #ddd dashed;
  margin-left: 20px;
  counter-reset: number;
}
#index-body .init-4 .left .list ul li {
  padding-top: 25px;
  padding-bottom: 8px;
  position: relative;
  padding-left: 50px;
}
#index-body .init-4 .left .list ul li:before {
  counter-increment: number;
  content: counter(number);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  border: 1px #021f49 dashed;
  font-size: 24px;
  color: #021f49;
  font-weight: bold;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: absolute;
  left: -22px;
}
#index-body .init-4 .left .list ul li:first-child {
  padding-top: 0;
}
#index-body .init-4 .left .list ul li h6 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .left .list ul li p {
  font-size: 16px;
  line-height: 1.8;
  opacity: .7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .left .list ul li.active:before {
  background: #021f49;
  color: white;
}
#index-body .init-4 .left .list ul li.active h6 {
  font-weight: bold;
}
#index-body .init-4 .left .list ul li.active p {
  opacity: 1;
}
#index-body .init-4 .right {
  padding-right: 5%;
  position: relative;
  padding-bottom: 35px;
  vertical-align: middle;
}
#index-body .init-4 .right:after {
  content: '';
  height: 50%;
  bottom: 0;
  z-index: -1;
  background: #021f49;
  position: absolute;
  left: 8%;
  width: 200%;
}
#index-body .init-4 .right .list {
  text-align: center;
}
#index-body .init-4 .right .list .slick-dots {
  text-align: center;
  margin: 18px auto 4px;
  padding-left: 16%;
}
#index-body .init-4 .right .list .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #d0b274;
  background: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 12px;
  cursor: pointer;
  cursor: hand;
  display: inline-block;
}
#index-body .init-4 .right .list .slick-dots li button {
  display: none;
}
#index-body .init-4 .right .list .slick-dots li.slick-active {
  background: white;
  border-color: white;
}
#index-body .init-4 .right a.more {
  color: white;
  margin-left: 16%;
}
#index-body .init-5 {
  padding-bottom: 45px;
}
#index-body .init-5 .list ul {
  margin: -10px;
}
#index-body .init-5 .list ul li {
  padding: 10px;
}
#index-body .init-5 .list ul li .box {
  background: #ececec;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list ul li .box .img {
  width: 48%;
  vertical-align: middle;
}
#index-body .init-5 .list ul li .box .img a {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 430px;
  width: 100%;
}
#index-body .init-5 .list ul li .box .content {
  width: 52%;
  vertical-align: middle;
  padding: 0 15px;
}
#index-body .init-5 .list ul li .box .content h5 {
  font-size: 18px;
  color: #021f49;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
}
#index-body .init-5 .list ul li .box .content time {
  font-size: 18px;
  opacity: .7;
  font-weight: 300;
  font-style: italic;
  margin-top: 15px;
  display: block;
}
#index-body .init-5 .list ul li .box .content time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
}
#index-body .init-5 .list ul li .box .content p {
  margin: 28px 0 24px;
  font-size: 16px;
  font-weight: 300;
  opacity: .8;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 5.4em;
}
#index-body .init-5 .list ul li .box .content a.link {
  display: inline-block;
  text-decoration: underline;
  font-weight: 300;
  font-size: 16px;
  opacity: .7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list ul li .box .content a.link:hover {
  color: #021f49;
  opacity: 1;
}
#index-body .init-5 .list ul .slick-current li .box {
  color: white;
  background: #021f49;
}
#index-body .init-5 .list ul .slick-current li .box h5 {
  color: white;
}
#index-body .init-5 .list ul .slick-current li .box a.link:hover {
  color: white;
  opacity: 1;
}
#index-body .init-5 .btn {
  text-align: center;
  padding-top: 30px;
}
#index-body .init-5 .btn div {
  width: 60px;
  height: 60px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  border: 3px solid #ccc;
  font-size: 48px;
  color: #ccc;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-5 .btn div:hover {
  color: white;
  border-color: #021f49;
  background: #021f49;
}
#footer {
  background: #021f49;
  color: white;
}
#footer .footer-top {
  padding: 70px 0 30px;
}
#footer .footer-top .box .slide {
  position: relative;
}
#footer .footer-top .box .slide:after {
  content: '';
  width: 1px;
  background: #1c365c;
  height: 200px;
  top: 43px;
  position: absolute;
  right: 0;
}
#footer .footer-top .box .slide:nth-child(1) {
  padding-right: 4%;
  width: 20.98765432%;
}
#footer .footer-top .box .slide:nth-child(1) .logo {
  text-align: center;
}
#footer .footer-top .box .slide:nth-child(1) h6 {
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin: 10px 0;
  line-height: 1;
}
#footer .footer-top .box .slide:nth-child(1) .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  opacity: .9;
}
#footer .footer-top .box .slide:nth-child(2) {
  padding: 0 7%;
  width: 41.35802469%;
  padding-top: 25px;
}
#footer .footer-top .box .slide:nth-child(2) ul {
  margin: -10px;
}
#footer .footer-top .box .slide:nth-child(2) ul li {
  padding: 10px;
}
#footer .footer-top .box .slide:nth-child(2) ul li dl dt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
#footer .footer-top .box .slide:nth-child(2) ul li dl dd {
  font-size: 16px;
  opacity: .7;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: 300;
}
#footer .footer-top .box .slide:nth-child(2) ul li dl dd:hover {
  opacity: 1;
}
#footer .footer-top .box .slide:nth-child(3) {
  padding: 0 5%;
  padding-top: 25px;
  width: 37.65432099%;
}
#footer .footer-top .box .slide:nth-child(3):after {
  display: none;
}
#footer .footer-top .box .slide:nth-child(3) .info {
  width: 65%;
  display: inline-block;
  text-align: center;
}
#footer .footer-top .box .slide:nth-child(3) .info h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
#footer .footer-top .box .slide:nth-child(3) .info i {
  text-align: center;
  display: block;
}
#footer .footer-top .box .slide:nth-child(3) .info i img {
  display: block;
  margin: 0 auto;
}
#footer .footer-top .box .slide:nth-child(3) .info h6 {
  font-size: 24px;
  line-height: 1;
  margin: 15px 0;
  display: block;
}
#footer .footer-top .box .slide:nth-child(3) .info p {
  font-size: 16px;
  opacity: .7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 15px 0;
  display: block;
}
#footer .footer-top .box .slide:nth-child(3) .info p:hover {
  opacity: 1;
}
#footer .footer-top .box .slide:nth-child(3) .info a.more {
  line-height: 55px;
  height: 55px;
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
}
#footer .footer-top .box .slide:nth-child(3) .info a.more:hover {
  background: #d0b274;
}
#footer .footer-top .box .slide:nth-child(3) .ewm {
  width: 35%;
  float: right;
  padding-left: 3%;
}
#footer .footer-top .box .slide:nth-child(3) .ewm #ewm {
  border: 3px solid white;
}
#footer .footer-top .box .slide:nth-child(3) .ewm p {
  font-size: 18px;
  color: white;
  margin-top: 16px;
  text-align: center;
  display: block;
}
#footer .footer-bottom {
  padding: 17px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footer-bottom p {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.2);
}
#footer .footer-bottom p a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom p a:hover {
  color: white;
}
@media screen and (max-width: 1650px) {
  .ui.container {
    width: 1400px;
  }
  #index-body .init-1 {
    padding: 70px 0 140px;
  }
  #index-body .init-2 .list ul li .content {
    padding: 50px 7% 80px;
  }
  #index-body .init-2 .list ul li a.img-box {
    height: 304px;
  }
  #index-body .init-2 {
    padding-bottom: 60px;
  }
  #index-body .init-4 .left .list ul li h6 {
    font-size: 22px;
  }
  #index-body .init-4 .left .list ul li p,
  #index-body .init-5 .list ul li .box .content p,
  #footer .footer-top .box .slide:nth-child(1) .text,
  #footer .footer-top .box .slide:nth-child(3) .info p {
    font-size: 14px;
  }
  #index-body .init-4 {
    padding: 50px 0 80px;
  }
  #index-body .init-5 .btn div {
    border-width: 2px;
    width: 50px;
    height: 50px;
    line-height: 44px;
  }
  #footer .footer-top .box .slide:nth-child(1) h6,
  #footer .footer-top .box .slide:nth-child(3) .info h6 {
    font-size: 22px;
  }
  #footer .footer-top .box .slide:nth-child(3) {
    padding-left: 2%;
    padding-right: 2%;
  }
  #footer .footer-bottom p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1450px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 25px;
    font-size: 16px;
  }
  #header .nav .ui.menu .logo img {
    width: 60px;
  }
  #header .nav {
    line-height: 90px;
    height: 90px;
  }
  #index-body h2 {
    font-size: 26px;
  }
  #index-body a.more {
    width: 70px;
    height: 70px;
    font-size: 16px;
    padding-top: 10px;
  }
  #index-body .init-3 .text {
    font-size: 16px;
  }
  #index-body a.more img {
    max-width: 40px;
  }
  #index-body .init-4 .left .list ul li {
    padding-top: 15px;
    padding-bottom: 0;
  }
  #index-body .init-5 .list ul li .box .img a {
    height: 300px;
  }
  #footer .footer-top .box .slide:nth-child(2) {
    padding-left: 2%;
    padding-right: 2%;
  }
  #footer .footer-top .box .slide:nth-child(2) ul li dl dt,
  #footer .footer-top .box .slide:nth-child(1) h6,
  #footer .footer-top .box .slide:nth-child(3) .info h6 {
    font-size: 20px;
  }
  #footer .footer-top .box .slide:nth-child(2) ul li dl dd {
    font-size: 14px;
  }
  #footer .footer-top .box .slide:nth-child(1) {
    padding-right: 2%;
  }
  #footer .footer-top {
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #index-body .init-2 .list ul li .content p {
    font-size: 14px;
  }
  #index-body .init-2 .list ul li .content h5 {
    font-size: 18px;
  }
  #index-body .init-1 .right .play {
    font-size: 16px;
  }
  #index-body .init-1 .right .play img {
    max-width: 80px;
  }
  #index-body .init-3 .list ul li {
    padding: 10px;
  }
  #index-body .init-3 .list ul {
    margin: -10px;
  }
  #index-body .init-3 .list ul li h6 {
    margin-top: 20px;
    font-size: 16px;
  }
  #index-body .init-4 .left {
    padding-right: 4%;
  }
  #index-body .init-4 .left .text {
    font-size: 14px;
  }
  #index-body .init-4 .left .list ul li {
    padding-left: 30px;
  }
  #index-body .init-4 .left .list ul li:before {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  #footer .footer-top .box .slide:nth-child(3) .info a.more {
    line-height: 40px;
    height: 40px;
    font-size: 15px;
  }
  #footer .footer-top .box .slide:nth-child(3) .info p,
  #footer .footer-top .box .slide:nth-child(3) .info h6 {
    margin: 10px 0;
  }
  #footer .footer-top .box .slide:nth-child(3) .ewm p {
    font-size: 16px;
  }
  #footer .footer-top .box .slide:nth-child(1) h6 {
    font-size: 17px;
  }
  #footer .footer-top .box .slide:nth-child(1) .logo img {
    max-height: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #index-body .init-1 .left {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
  }
  #index-body .init-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    height: 300px;
  }
  #index-body .init-1 .right:after,
  #index-body .init-1 .right:before {
    display: none;
  }
  #index-body .init-1 .left .text {
    margin: 20px 0;
  }
  #index-body .init-1 {
    padding: 50px 0;
  }
  #index-body .init-3 .list ul li a.img {
    margin-left: 15px;
    margin-top: 15px;
  }
  #index-body .init-3 .list ul li h6 {
    margin-left: 15px;
  }
  #index-body .init-3 .list ul li a.img:after {
    left: -15px;
    top: -15px;
  }
  #index-body .init-3 a.more {
    margin-top: 20px;
  }
  #index-body .init-3 .text {
    margin: 15px auto 30px;
  }
  #index-body .init-4 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-4 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  #index-body .init-5 .list ul li .box .content {
    width: 100%;
    padding: 15px;
  }
  #index-body .init-5 .list ul li .box .img {
    width: 100%;
  }
  #index-body .init-5 .list ul li .box .img a {
    height: 180px;
  }
  #index-body .init-5 .list ul li .box .content time {
    font-size: 14px;
    margin-top: 5px;
  }
  #index-body .init-5 .list ul li .box .content time img {
    max-height: 16px;
  }
  #index-body .init-5 .list ul li .box .content p {
    margin: 10px 0;
  }
  #index-body .init-5 .btn {
    display: none;
  }
  #footer .footer-top .box .slide:nth-child(1) {
    width: 35%;
  }
  #footer .footer-top .box .slide:nth-child(2) {
    display: none;
  }
  #footer .footer-top .box .slide:nth-child(3) {
    width: 65%;
    padding-top: 0;
  }
  #footer .footer-top .box .slide:nth-child(3) .ewm {
    display: none;
  }
  #footer .footer-top .box .slide:nth-child(3) .info {
    width: 100%;
  }
  #footer .footer-top .box .slide:after {
    top: 15px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #index-body h2 {
    font-size: 22px;
  }
  #index-body h2 span {
    font-size: 110%;
    margin-bottom: 0;
  }
  #index-body .init-1 .right {
    height: 260px;
  }
  #index-body .init-4 .left .list ul li h6 {
    font-size: 20px;
  }
  #footer .footer-top .box .slide:nth-child(1) {
    width: 40%;
  }
  #footer .footer-top .box .slide:nth-child(3) {
    width: 60%;
  }
  #footer .footer-bottom p {
    font-size: 14px;
  }
  #footer .footer-top .box .slide:nth-child(3) .info h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-1 .right {
    height: 200px;
  }
  #index-body .init-1 .right .play img {
    max-width: 60px;
    display: block;
    margin: 0 auto 10px;
  }
  #index-body .init-2 .list ul li .content {
    padding: 25px 15px;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  #index-body .init-2 .list ul li a.img-box {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    height: 260px;
  }
  #index-body h2 {
    font-size: 20px;
  }
  #index-body .init-4 .left .list ul li h6 {
    font-size: 18px;
  }
  #footer .footer-top .box .slide:nth-child(1) {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  #footer .footer-top .box .slide:nth-child(1):after {
    display: none;
  }
  #footer .footer-top .box .slide:nth-child(3) {
    width: 100%;
    margin-top: 40px;
  }
}
.inner-banner {
  height: 380px;
  background-size: cover;
  background-position: center center;
}
.inner-title .box .left {
  width: 270px;
  margin-top: -106px;
  border: 4px solid #c1c1c1;
  padding: 16px 25px;
  vertical-align: middle;
}
.inner-title .box .left h2 {
  color: #666;
  font-size: 43px;
  line-height: 2;
}
.inner-title .box .left h2 small {
  display: block;
  white-space: nowrap;
  min-width: 300px;
  color: #d1d1d1;
  font-size: 62px;
  background-color: #fff;
  font-family: Arial;
  line-height: 1.2;
	text-transform:uppercase;
}
.inner-title .box .left .mbx {
  color: #7f7f7f;
  font-size: 14px;
}
.inner-title .box .left .mbx a,
.inner-title .box .left .mbx span {
  margin: 0 3px;
}
.inner-title .box .left .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-title .box .left .mbx a:hover,
.inner-title .box .left .mbx span {
  color: #021f49;
}
.inner-title .box .right {
  width: 70%;
  text-align: right;
  vertical-align: middle;
}
.inner-title .box .right ul li {
  display: inline-block;
  text-align: center;
  color: #7f7f7f;
  font-size: 20px;
  margin-left: 70px;
}
.inner-title .box .right ul li.active {
  color: #021f49;
  font-size: 20px;
}
.inner-page {
  padding: 80px 0 100px;
}
.inner-page .content {
  font-size: 15px;
  color: #595959;
  line-height: 2;
  text-indent: 2em;
}
.inner-page .m-page {
  text-align: center;
  margin-top: 50px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  display: inline-block;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  color: white;
  background: #021f49;
}
.about-page h2 {
  color: #021f49;
  font-size: 34px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  margin-bottom: 40px;
}
.lg-page .list ul {
  margin: -10px;
}
.lg-page .list ul li {
  padding: 10px;
}
.lg-page .list ul li a.img-box {
  display: block;
}
.lg-page .list ul li h6 {
  font-size: 16px;
  color: #444;
  padding: 8px 10px;
  background: #eee;
  text-align: center;
}
.news-page .list ul li {
  margin-bottom: 20px;
  padding: 20px;
}
.news-page .list ul li:nth-child(odd) {
  background: #f7f7f7;
}
.news-page .list ul li .img {
  width: 20%;
  vertical-align: middle;
}
.news-page .list ul li .img a {
  display: block;
  height: 180px;
  background-size: cover;
  background-position: center center;
}
.news-page .list ul li .text {
  width: 80%;
  padding-left: 25px;
  vertical-align: middle;
}
.news-page .list ul li .text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #555555;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-page .list ul li .text h3:hover {
  color: #021f49;
}
.news-page .list ul li .text time {
  color: #737373;
  font-size: 14px;
  display: block;
  margin: 10px 0;
}
.news-page .list ul li .text p {
  font-size: 14px;
  line-height: 2;
  color: #737373;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 6em;
}
.news-page .list ul li .text a.link {
  color: #737373;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .text a.link:hover {
  color: #021f49;
}
.news-page .list ul li:last-child {
  margin-bottom: 0;
}
.newdet-page h2 {
  text-align: center;
  color: #343434;
  font-size: 22px;
  margin-bottom: 15px;
}
.newdet-page time {
  height: 36px;
  margin-bottom: 15px;
  line-height: 36px;
  font-size: 12px;
  color: #636161;
  background-color: #F3F1F1;
  text-align: center;
  display: block;
}
.newdet-page .m-link {
  margin-top: 20px;
  font-size: 14px;
  link: 2;
}
.newdet-page .m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a:hover {
  color: #021f49;
  text-decoration: underline;
}
.contact-page {
  padding-bottom: 0;
}
.contact-page .contact-1 h2 {
  text-align: center;
  color: #505050;
  font-size: 34px;
  line-height: 40px;
}
.contact-page .contact-1 h2:after {
  content: '';
  display: block;
  width: 75px;
  height: 3px;
  margin: 10px auto 0;
  line-height: 5px;
  background-color: #021f49;
}
.contact-page .contact-1 .list {
  margin-top: 50px;
}
.contact-page .contact-1 .list ul {
  margin: -10px;
}
.contact-page .contact-1 .list ul li {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.contact-page .contact-1 .list ul li .box {
  padding-left: 100px;
  position: relative;
  display: inline-block;
  text-align: left;
}
.contact-page .contact-1 .list ul li .box i.fa {
  width: 79px;
  height: 79px;
  line-height: 79px;
  font-size: 40px;
  color: white;
  background: #021f49;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .list ul li .box h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 14px;
  color: #666;
}
.contact-page .contact-1 .list ul li .box:hover i.fa {
  background: #333;
}
.contact-page .contact-2 {
  padding: 100px 0;
}
.contact-page .contact-2 h2 {
  font-size: 36px;
  text-align: center;
}
.contact-page .contact-2 .form {
  margin-top: 40px;
  max-width: 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contact-page .contact-2 .form ul {
  margin: -15px;
}
.contact-page .contact-2 .form ul li {
  padding: 15px;
  vertical-align: middle;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  border: 1px solid #ccc;
  line-height: 24px;
  padding: 8px 15px;
  font-size: 14px;
  padding-left: 80px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input:focus,
.contact-page .contact-2 .form ul li textarea:focus {
  border-color: #021f49;
}
.contact-page .contact-2 .form ul li i.fa {
  position: absolute;
  width: 60px;
  line-height: 40px;
  height: 40px;
  background: #e7e8ec;
  color: #444;
  font-size: 20px;
  text-align: center;
  margin-top: 1px;
  margin-left: 1px;
	z-index:1;
}
.contact-page .contact-2 .form ul li i.fa.fa-edit {
  height: 180px;
  line-height: 180px;
}
.contact-page .contact-2 .form ul li textarea {
  height: 182px;
}
.contact-page .contact-2 .form ul li p {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.contact-page .contact-2 .form ul li .btn {
  margin-top: 20px;
}
.contact-page .contact-2 .form ul li .btn input {
  line-height: 36px;
  height: 36px;
  width: 90px;
  text-align: center;
  padding: 0;
  color: white;
  border: none;
}
.contact-page .contact-2 .form ul li .btn input[type="submit"] {
  background: #021f49;
}
.contact-page .contact-2 .form ul li .btn input[type="reset"] {
  background: #999;
  margin-left: 10px;
}
.contact-page .contact-2 .form ul li:nth-child(4) {
  width: 66.666%;
}
.contact-page .contact-2 .form ul li:nth-child(5) {
  width: 33.333%;
}
.contact-page .contact-3 .amap-copyright,
.contact-page .contact-3 .amap-logo {
  display: none !important;
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    height: 300px;
  }
  .inner-title .box .left h2 {
    font-size: 36px;
  }
  .inner-title .box .left h2 small {
    font-size: 52px;
    line-height: normal;
  }
  .inner-title .box .left {
    margin-top: -92px;
  }
  .inner-title .box .right ul li {
    margin-left: 40px;
  }
  .contact-page .contact-1 h2,
  .contact-page .contact-2 h2,
  .about-page h2 {
    font-size: 28px;
  }
  .contact-page .contact-1 .list ul li .box i.fa {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 36px;
  }
  .contact-page .contact-1 .list ul li .box {
    padding-left: 80px;
  }
  .contact-page .contact-2 {
    padding: 60px 0;
  }
  #mapContainer {
    height: 360px !important;
  }
  .news-page .list ul li .img a {
    height: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-title .box .left h2 {
    font-size: 28px;
  }
  .inner-title .box .left h2 small {
    font-size: 42px;
  }
  .inner-title {
    display: none;
  }
  .inner-page {
    padding: 50px 0;
  }
  .contact-page .contact-1 h2,
  .contact-page .contact-2 h2,
  .about-page h2 {
    font-size: 24px;
  }
  .news-page .list ul li .text {
    width: 70%;
  }
  .news-page .list ul li .img {
    width: 30%;
  }
  .inner-banner {
    height: 240px;
  }
  .contact-page .contact-1 .list ul li .box i.fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .contact-page .contact-1 .list ul li .box {
    padding-left: 50px;
  }
  .contact-page .contact-2 .form ul li {
    padding: 10px;
  }
  .contact-page .contact-2 .form ul {
    margin: -10px;
  }
  .contact-page {
    padding-bottom: 0;
  }
  #mapContainer {
    height: 300px !important;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .list ul li {
    text-align: left;
  }
  .contact-page .contact-2 .form ul li {
    width: 100% !important;
  }
  .inner-banner {
    height: 200px;
  }
  .news-page .list ul li .text {
    padding-left: 15px;
  }
  .about-page h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 h2,
  .contact-page .contact-2 h2,
  .about-page h2 {
    font-size: 20px;
  }
  .inner-page .m-page {
    margin-top: 30px;
  }
  .news-page .list ul li .text {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .news-page .list ul li .img {
    width: 100%;
  }
  .news-page .list ul li .img a {
    height: 160px;
  }
  .newdet-page h2 {
    font-size: 18px;
  }
}
.about-page .content table tr {
	background:transparent !important;
}
.about-page .content table tr td {
	padding:0;
}
.about-page .content table tr td p {
	padding:0 5%;
}